CompileWatcher

Undocumented in source.

Constructors

this
this(string watchDir, void function(string fileName) handler, string[] acceptedExtensions, string[] ignoredDirs)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

run
CompileWatcher run()
Undocumented in source. Be warned that the author may not have intended to support it.
stop
void stop()
Undocumented in source. Be warned that the author may not have intended to support it.
update
string update()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

acceptedExtensions
string[] acceptedExtensions;
Undocumented in source.
handler
void function(string fileName) handler;
Undocumented in source.
ignoredDirs
string[] ignoredDirs;
Undocumented in source.
isRunning
bool isRunning;
Undocumented in source.
watchDir
string watchDir;
Undocumented in source.
worker
Tid worker;
Undocumented in source.

Meta